Revision: tla--devo--1.4--patch-9
Archive: lord@emf.net--gnu-arch-2004
Creator: Matthew Dempsky <mdempsky@seyza.com>
Date: Mon Jan 10 22:11:59 UTC 2005
Standard-date: 2005-01-10 22:11:59 GMT
Modified-files: =merges libarch/cmd-file-find.c
New-patches: lord@emf.net--gnu-arch-2004/tla--devo--1.4--patch-9
Summary: fix a bug in cmd-file-find
Keywords: 

In cmd-file-find.c, when using file-find on files in the tree root, the
variables filedir_path and tree_root point to equal strings, which will
cause filedir_path + str_length (tree_root) + 1 to point to an invalid
string.

Original patch thanks to Jani Monoses, merged by way of bazaar.
